home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 430 then
- if the loaded of member "road" = 0 then
- preloadMember("road")
- end if
- if the loaded of member "pinky" = 0 then
- preloadMember("pinky")
- end if
- go(the frame)
- else
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(100)
- end
-